Skip to content

Comments

DP-5320 - Read hyperlinks from Excel#229

Merged
DeleTaylor merged 4 commits intomasterfrom
DP-5320-Read_hyperlinks_from_Excel
Nov 25, 2025
Merged

DP-5320 - Read hyperlinks from Excel#229
DeleTaylor merged 4 commits intomasterfrom
DP-5320-Read_hyperlinks_from_Excel

Conversation

@gvjoshi25
Copy link
Contributor

No description provided.

Field field = record.getField("product_name");
metadata.setField(field);

record.addField("product_link", metadata.getExcelHyperlink() == null ? null : metadata.getExcelHyperlink().getLocation());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's still hold metadata.getExcelHyperlink() in a local variable to prevent the multiple session Map lookups -- since this kind of thing can slow down a multi-million record pipeline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@DeleTaylor DeleTaylor merged commit ec0f8d8 into master Nov 25, 2025
1 check passed
@DeleTaylor DeleTaylor deleted the DP-5320-Read_hyperlinks_from_Excel branch November 25, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants